.szrcontainer {
    display: inline-block;
    width: 160px;
    /* height: 350px; */
    height: 194px;
    max-width: 100%;
    position: fixed;
    right: 120px;
    bottom: 50px;
    transition: all 1s ease;
    overflow: unset;
    z-index: 99;
    /* display: none; */
}
.szrcontainer .human {
    display: block;
    width: 100%;
    height: 100%;
}
.szrcontainer>.szrbtn {
    width: 125%;
    position: absolute;
    left: 45%;
    top: -80px;
    z-index: 99;
}
.szrcontainer>.btn1 {
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 990 !important;
}
.szrcontainer>.szrbtn img.szrtsbg:nth-child(2) {
    display: none;
}
.szrcontainer>.szrbtn img.szrtsbg {
    max-width: 100%;
}
.szrcontainer>.szrbtn.on img.szrtsbg:nth-child(2) {
    display: block;
}
.szrcontainer>.szrbtn.on img.szrtsbg:nth-child(1) {
    display: none;
}
/* body>.szr_shouqibtnbox {
    height: 350px;
    right: -100px;
    bottom: 50px;
    transition: all 1s ease;
    position: fixed;
    line-height: 350px;
}
body>.szr_shouqibtnbox img {
    cursor: pointer;
} */
.szrcontainer .szrsqbtn {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    z-index: 999 !important;
    cursor: pointer;
    bottom: -18px;
}
.szrcontainer .szrsqbtn img {
    max-width: 100%;
}

/* ,.szr_shouqibtnbox .imgsta2 */
.szrcontainer>.szrbtn img.szrtsbg:nth-child(2),
.szr_shouqibtnbox img.shouqibtn2{
	display:none;
}
.szrcontainer>.szrbtn img.szrtsbg{
	 max-width: 100%; 
}
/* ,.szr_shouqibtnbox .imgsta2 */
.szrcontainer>.szrbtn.on img.szrtsbg:nth-child(2),
.szr_shouqibtnbox.on img.shouqibtn2{
	display:block;
}
/* ,.szr_shouqibtnbox .imgsta1 */
.szrcontainer>.szrbtn.on img.szrtsbg:nth-child(1),
.szr_shouqibtnbox.on img.shouqibtn1{
	display:none;
}
body>.szr_shouqibtnbox{
    /* height: 350px; */
    right: 0px;
    bottom: 210px;
    transition: all 1s ease;
    position: fixed;
    /* line-height: 350px; */
    max-width: 32%;
    z-index: 200;
}
body>.szr_shouqibtnbox>div{
	position:relative;
    width: 169px;
    max-width: 100%;
}
body>.szr_shouqibtnbox img{

    position: relative;
    max-width: 100%;
}
body>.szr_shouqibtnbox div span {
    width: 12%;
    height: 22%;
    content: '';
    position: absolute;
    left: 9%;
    display: block;
    top: 38%;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}


.szr_shouqibtnbox .closeBtn{
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 20px;
    background:#ccc;
    color:#fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    z-index: 999 !important;
    cursor: pointer;
    bottom: -22px;
}

/* 数字人结束*/